PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / add Method
The object to be added to the end of the array.
In This Topic
    add Method
    In This Topic
    Adds an object to the end of the array.
    Syntax
    public void add( 
       PDFCosObject item
    )

    Parameters

    item
    The object to be added to the end of the array.
    Exceptions
    ExceptionDescription
    Thrown when the item is null.
    See Also